home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MC7.DMS / in.adf / ansicdemo.lha / ANSI-C / Hello World.c next >
Encoding:
C/C++ Source or Header  |  1993-08-22  |  64 b   |  6 lines

  1. #include <stdio.h>
  2.  
  3. void main()
  4. { printf("Hello, World!\n"); }
  5.  
  6.